Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.drive.login.token.authentication.contrib--authenticators

This contribution is part of XML component org.nuxeo.drive.login.token.authentication.contrib inside nuxeo-drive-jsf-9.10.jar /OSGI-INF/nuxeodrive-token-authentication-contrib.xml

Extension Point

Extension point authenticators of component PluggableAuthenticationService.

Contributed Items

  • <authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.token.TokenAuthenticator" enabled="true" name="STATEFUL_TOKEN_AUTH">
          <loginModulePlugin>Trusting_LM</loginModulePlugin>
          <stateful>true</stateful>
        </authenticationPlugin>

XML Source

<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">

    <authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.token.TokenAuthenticator" enabled="true" name="STATEFUL_TOKEN_AUTH">
      <loginModulePlugin>Trusting_LM</loginModulePlugin>
      <stateful>true</stateful>
    </authenticationPlugin>

  </extension>